Html Css Color HEX #2D6F25 Japanese Laurel

📋 copy color: '#2D6F25'

red 45 ◦ green 111 ◦ blue 37

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

Shades of Japanese Laurel #2D6F25

Tints of Japanese Laurel #2D6F25

RGB

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

 GREEN value IS 111 (43.75% from 255) = 57.51%

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

R = 23.32%
G = 57.51%
B = 19.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#2D6F25 (or 0x2D6F25) is known color: Japanese Laurel. HEX triplet: 2D, 6F and 25. RGB value is (45,111,37). Sum of RGB (Red+Green+Blue) = 45+111+37=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #2D6F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6F25 is #D290DA. Grayscale: #535353. Windows color (decimal): -13799643 or 2453293. OLE color: 2453293.

HSL color Cylindrical-coordinate representation of color #2D6F25: hue angle of 113.51º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D6F25 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 45 111 37 -
CMYK 0.59 0 0.67 0.56
HSL 113.51º 0.5% 0.29% -
HSV(B) 113.51º 0.67% 0.44% -
XYZ 7.1 12.06 3.7 -
YUV 82.83 102.13 101.02 -
System Red Green Blue C M Y K H S L
Decimal 45 111 37 0.59 0 0.67 0.56 113.51 0.5 0.29
Hex 2D 6F 25 3B 0 43 38 72 32 1D
Octal 55 157 45 73 0 103 70 162 62 35
Binary 101101 1101111 100101 111011 0 1000011 111000 1110010 110010 11101

Color Harmonies of #2D6F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6F25

Black with #2D6F25

Text Example


Text Example

White with #2D6F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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