Html Css Color HEX #2D7D25 Japanese Laurel

📋 copy color: '#2D7D25'

red 45 ◦ green 125 ◦ blue 37

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

Shades of Japanese Laurel #2D7D25

Tints of Japanese Laurel #2D7D25

RGB

 RED value IS 45 (17.97% from 255) = 21.74%

 GREEN value IS 125 (49.22% from 255) = 60.39%

 BLUE value IS 37 (14.84% from 255) = 17.87%

R = 21.74%
G = 60.39%
B = 17.87%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#2D7D25 (or 0x2D7D25) is known color: Japanese Laurel. HEX triplet: 2D, 7D and 25. RGB value is (45,125,37). Sum of RGB (Red+Green+Blue) = 45+125+37=207 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.74% from 207); Green value is 125 (49.22% from 255 or 60.39% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 125 - color contains mainly: green. Hex color #2D7D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7D25 is #D282DA. Grayscale: #5B5B5B. Windows color (decimal): -13796059 or 2456877. OLE color: 2456877.

HSL color Cylindrical-coordinate representation of color #2D7D25: hue angle of 114.55º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D7D25 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB 45 125 37 -
CMYK 0.64 0 0.70 0.51
HSL 114.55º 0.54% 0.32% -
HSV(B) 114.55º 0.7% 0.49% -
XYZ 8.75 15.36 4.25 -
YUV 91.05 97.5 95.16 -
System Red Green Blue C M Y K H S L
Decimal 45 125 37 0.64 0 0.70 0.51 114.55 0.54 0.32
Hex 2D 7D 25 40 0 46 33 73 36 20
Octal 55 175 45 100 0 106 63 163 66 40
Binary 101101 1111101 100101 1000000 0 1000110 110011 1110011 110110 100000

Color Harmonies of #2D7D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7D25

Black with #2D7D25

Text Example


Text Example

White with #2D7D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D7D25; }

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

 H1.HeaderClassName
 {
   color: #2D7D25;
 }
 .AnyTagClassName
 {
   color: #2D7D25;
 }
</style>

background-color css

<style>
 a { background-color: #2D7D25; }

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

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

border-color css

<style>
 span { border-color: #2D7D25; }

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

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