Html Css Color HEX #25802F Japanese Laurel

📋 copy color: '#25802F'

red 37 ◦ green 128 ◦ blue 47

#25802F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #25802F

Tints of Japanese Laurel #25802F

RGB

 RED value IS 37 (14.84% from 255) = 17.45%

 GREEN value IS 128 (50.39% from 255) = 60.38%

 BLUE value IS 47 (18.75% from 255) = 22.17%

R = 17.45%
G = 60.38%
B = 22.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#25802F (or 0x25802F) is known color: Japanese Laurel. HEX triplet: 25, 80 and 2F. RGB value is (37,128,47). Sum of RGB (Red+Green+Blue) = 37+128+47=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 128 (50.39% from 255 or 60.38% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 128 - color contains mainly: green. Hex color #25802F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25802F is #DA7FD0. Grayscale: #5B5B5B. Windows color (decimal): -14319569 or 3112997. OLE color: 3112997.

HSL color Cylindrical-coordinate representation of color #25802F: hue angle of 126.59º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25802F is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 128 47 -
CMYK 0.71 0 0.63 0.50
HSL 126.59º 0.55% 0.32% -
HSV(B) 126.59º 0.71% 0.5% -
XYZ 9 16.04 5.31 -
YUV 91.56 102.85 89.09 -
System Red Green Blue C M Y K H S L
Decimal 37 128 47 0.71 0 0.63 0.50 126.59 0.55 0.32
Hex 25 80 2F 47 0 3F 32 7F 37 20
Octal 45 200 57 107 0 77 62 177 67 40
Binary 100101 10000000 101111 1000111 0 111111 110010 1111111 110111 100000

Color Harmonies of #25802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25802F

Black with #25802F

Text Example


Text Example

White with #25802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25802F; }

 p { color: rgb(37,128,47); }

 H1.HeaderClassName
 {
   color: #25802F;
 }
 .AnyTagClassName
 {
   color: #25802F;
 }
</style>

background-color css

<style>
 a { background-color: #25802F; }

 a { background-color: rgb(37,128,47); }

 div.DivClassName
 {
   background-color: #25802F;
 }
 .BgClassName
 {
   background-color: #25802F;
 }
</style>

border-color css

<style>
 span { border-color: #25802F; }

 span { border-color: rgb(37,128,47); }

 td.TdClassName
 {
   border-color: #25802F;
 }
 .TagClassName
 {
   border-color: #25802F;
 }
</style>