Html Css Color HEX #2B7B33 Japanese Laurel

📋 copy color: '#2B7B33'

red 43 ◦ green 123 ◦ blue 51

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

Shades of Japanese Laurel #2B7B33

Tints of Japanese Laurel #2B7B33

RGB

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

 GREEN value IS 123 (48.44% from 255) = 56.68%

 BLUE value IS 51 (20.31% from 255) = 23.5%

R = 19.82%
G = 56.68%
B = 23.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#2B7B33 (or 0x2B7B33) is known color: Japanese Laurel. HEX triplet: 2B, 7B and 33. RGB value is (43,123,51). Sum of RGB (Red+Green+Blue) = 43+123+51=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 123 (48.44% from 255 or 56.68% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 123 - color contains mainly: green. Hex color #2B7B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7B33 is #D484CC. Grayscale: #5B5B5B. Windows color (decimal): -13927629 or 3373867. OLE color: 3373867.

HSL color Cylindrical-coordinate representation of color #2B7B33: hue angle of 126º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7B33 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 43 123 51 -
CMYK 0.65 0 0.59 0.52
HSL 126º 0.48% 0.33% -
HSV(B) 126º 0.65% 0.48% -
XYZ 8.68 14.92 5.55 -
YUV 90.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 43 123 51 0.65 0 0.59 0.52 126 0.48 0.33
Hex 2B 7B 33 41 0 3B 34 7E 30 21
Octal 53 173 63 101 0 73 64 176 60 41
Binary 101011 1111011 110011 1000001 0 111011 110100 1111110 110000 100001

Color Harmonies of #2B7B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7B33

Black with #2B7B33

Text Example


Text Example

White with #2B7B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,123,51); }

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

background-color css

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

 a { background-color: rgb(43,123,51); }

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

border-color css

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

 span { border-color: rgb(43,123,51); }

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