Html Css Color HEX #2B7025 Japanese Laurel

📋 copy color: '#2B7025'

red 43 ◦ green 112 ◦ blue 37

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

Shades of Japanese Laurel #2B7025

Tints of Japanese Laurel #2B7025

RGB

 RED value IS 43 (17.19% from 255) = 22.4%

 GREEN value IS 112 (44.14% from 255) = 58.33%

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

R = 22.4%
G = 58.33%
B = 19.27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#2B7025 (or 0x2B7025) is known color: Japanese Laurel. HEX triplet: 2B, 70 and 25. RGB value is (43,112,37). Sum of RGB (Red+Green+Blue) = 43+112+37=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #2B7025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7025 is #D48FDA. Grayscale: #535353. Windows color (decimal): -13930459 or 2453547. OLE color: 2453547.

HSL color Cylindrical-coordinate representation of color #2B7025: hue angle of 115.2º 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 #2B7025 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 112 37 -
CMYK 0.62 0 0.67 0.56
HSL 115.2º 0.5% 0.29% -
HSV(B) 115.2º 0.67% 0.44% -
XYZ 7.12 12.24 3.74 -
YUV 82.82 102.14 99.6 -
System Red Green Blue C M Y K H S L
Decimal 43 112 37 0.62 0 0.67 0.56 115.2 0.5 0.29
Hex 2B 70 25 3E 0 43 38 73 32 1D
Octal 53 160 45 76 0 103 70 163 62 35
Binary 101011 1110000 100101 111110 0 1000011 111000 1110011 110010 11101

Color Harmonies of #2B7025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7025

Black with #2B7025

Text Example


Text Example

White with #2B7025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,112,37); }

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

background-color css

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

 a { background-color: rgb(43,112,37); }

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

border-color css

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

 span { border-color: rgb(43,112,37); }

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