Html Css Color HEX #25802D Japanese Laurel

📋 copy color: '#25802D'

red 37 ◦ green 128 ◦ blue 45

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

Shades of Japanese Laurel #25802D

Tints of Japanese Laurel #25802D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.43%

R = 17.62%
G = 60.95%
B = 21.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#25802D (or 0x25802D) is known color: Japanese Laurel. HEX triplet: 25, 80 and 2D. RGB value is (37,128,45). Sum of RGB (Red+Green+Blue) = 37+128+45=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #25802D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25802D is #DA7FD2. Grayscale: #5B5B5B. Windows color (decimal): -14319571 or 2981925. OLE color: 2981925.

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

Color convert

RGB 37 128 45 -
CMYK 0.71 0 0.65 0.50
HSL 125.27º 0.55% 0.32% -
HSV(B) 125.27º 0.71% 0.5% -
XYZ 8.96 16.02 5.1 -
YUV 91.33 101.85 89.25 -
System Red Green Blue C M Y K H S L
Decimal 37 128 45 0.71 0 0.65 0.50 125.27 0.55 0.32
Hex 25 80 2D 47 0 41 32 7D 37 20
Octal 45 200 55 107 0 101 62 175 67 40
Binary 100101 10000000 101101 1000111 0 1000001 110010 1111101 110111 100000

Color Harmonies of #25802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25802D

Black with #25802D

Text Example


Text Example

White with #25802D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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