Html Css Color HEX #25802C Japanese Laurel

📋 copy color: '#25802C'

red 37 ◦ green 128 ◦ blue 44

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

Shades of Japanese Laurel #25802C

Tints of Japanese Laurel #25802C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.05%

R = 17.7%
G = 61.24%
B = 21.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#25802C (or 0x25802C) is known color: Japanese Laurel. HEX triplet: 25, 80 and 2C. RGB value is (37,128,44). Sum of RGB (Red+Green+Blue) = 37+128+44=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 128 (50.39% from 255 or 61.24% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 128 - color contains mainly: green. Hex color #25802C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25802C is #DA7FD3. Grayscale: #5B5B5B. Windows color (decimal): -14319572 or 2916389. OLE color: 2916389.

HSL color Cylindrical-coordinate representation of color #25802C: hue angle of 124.62º 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 #25802C is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 128 44 -
CMYK 0.71 0 0.66 0.50
HSL 124.62º 0.55% 0.32% -
HSV(B) 124.62º 0.71% 0.5% -
XYZ 8.94 16.01 5 -
YUV 91.22 101.35 89.33 -
System Red Green Blue C M Y K H S L
Decimal 37 128 44 0.71 0 0.66 0.50 124.62 0.55 0.32
Hex 25 80 2C 47 0 42 32 7D 37 20
Octal 45 200 54 107 0 102 62 175 67 40
Binary 100101 10000000 101100 1000111 0 1000010 110010 1111101 110111 100000

Color Harmonies of #25802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25802C

Black with #25802C

Text Example


Text Example

White with #25802C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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