Html Css Color HEX #2B8435 Japanese Laurel

📋 copy color: '#2B8435'

red 43 ◦ green 132 ◦ blue 53

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

Shades of Japanese Laurel #2B8435

Tints of Japanese Laurel #2B8435

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.89%

 BLUE value IS 53 (21.09% from 255) = 23.25%

R = 18.86%
G = 57.89%
B = 23.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#2B8435 (or 0x2B8435) is known color: Japanese Laurel. HEX triplet: 2B, 84 and 35. RGB value is (43,132,53). Sum of RGB (Red+Green+Blue) = 43+132+53=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8435 is #D47BCA. Grayscale: #606060. Windows color (decimal): -13925323 or 3507243. OLE color: 3507243.

HSL color Cylindrical-coordinate representation of color #2B8435: hue angle of 126.74º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8435 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 132 53 -
CMYK 0.67 0 0.60 0.48
HSL 126.74º 0.51% 0.34% -
HSV(B) 126.74º 0.67% 0.52% -
XYZ 9.89 17.27 6.18 -
YUV 96.38 103.51 89.92 -
System Red Green Blue C M Y K H S L
Decimal 43 132 53 0.67 0 0.60 0.48 126.74 0.51 0.34
Hex 2B 84 35 43 0 3C 30 7F 33 22
Octal 53 204 65 103 0 74 60 177 63 42
Binary 101011 10000100 110101 1000011 0 111100 110000 1111111 110011 100010

Color Harmonies of #2B8435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8435

Black with #2B8435

Text Example


Text Example

White with #2B8435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,132,53); }

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

background-color css

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

 a { background-color: rgb(43,132,53); }

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

border-color css

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

 span { border-color: rgb(43,132,53); }

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