Html Css Color HEX #2B7526 Japanese Laurel

📋 copy color: '#2B7526'

red 43 ◦ green 117 ◦ blue 38

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

Shades of Japanese Laurel #2B7526

Tints of Japanese Laurel #2B7526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 59.09%

 BLUE value IS 38 (15.23% from 255) = 19.19%

R = 21.72%
G = 59.09%
B = 19.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#2B7526 (or 0x2B7526) is known color: Japanese Laurel. HEX triplet: 2B, 75 and 26. RGB value is (43,117,38). Sum of RGB (Red+Green+Blue) = 43+117+38=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7526 is #D48AD9. Grayscale: #565656. Windows color (decimal): -13929178 or 2520363. OLE color: 2520363.

HSL color Cylindrical-coordinate representation of color #2B7526: hue angle of 116.2º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B7526 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 117 38 -
CMYK 0.63 0 0.68 0.54
HSL 116.2º 0.51% 0.3% -
HSV(B) 116.2º 0.68% 0.46% -
XYZ 7.71 13.38 4.01 -
YUV 85.87 100.98 97.42 -
System Red Green Blue C M Y K H S L
Decimal 43 117 38 0.63 0 0.68 0.54 116.2 0.51 0.3
Hex 2B 75 26 3F 0 44 36 74 33 1E
Octal 53 165 46 77 0 104 66 164 63 36
Binary 101011 1110101 100110 111111 0 1000100 110110 1110100 110011 11110

Color Harmonies of #2B7526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7526

Black with #2B7526

Text Example


Text Example

White with #2B7526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,117,38); }

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

background-color css

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

 a { background-color: rgb(43,117,38); }

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

border-color css

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

 span { border-color: rgb(43,117,38); }

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