Html Css Color HEX #2B7F30 Japanese Laurel

📋 copy color: '#2B7F30'

red 43 ◦ green 127 ◦ blue 48

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

Shades of Japanese Laurel #2B7F30

Tints of Japanese Laurel #2B7F30

RGB

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

 GREEN value IS 127 (50% from 255) = 58.26%

 BLUE value IS 48 (19.14% from 255) = 22.02%

R = 19.72%
G = 58.26%
B = 22.02%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#2B7F30 (or 0x2B7F30) is known color: Japanese Laurel. HEX triplet: 2B, 7F and 30. RGB value is (43,127,48). Sum of RGB (Red+Green+Blue) = 43+127+48=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 127 (50% from 255 or 58.26% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F30 is #D480CF. Grayscale: #5D5D5D. Windows color (decimal): -13926608 or 3178283. OLE color: 3178283.

HSL color Cylindrical-coordinate representation of color #2B7F30: hue angle of 123.57º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7F30 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 127 48 -
CMYK 0.66 0 0.62 0.50
HSL 123.57º 0.49% 0.33% -
HSV(B) 123.57º 0.66% 0.5% -
XYZ 9.12 15.91 5.39 -
YUV 92.88 102.67 92.42 -
System Red Green Blue C M Y K H S L
Decimal 43 127 48 0.66 0 0.62 0.50 123.57 0.49 0.33
Hex 2B 7F 30 42 0 3E 32 7C 31 21
Octal 53 177 60 102 0 76 62 174 61 41
Binary 101011 1111111 110000 1000010 0 111110 110010 1111100 110001 100001

Color Harmonies of #2B7F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7F30

Black with #2B7F30

Text Example


Text Example

White with #2B7F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,127,48); }

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

background-color css

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

 a { background-color: rgb(43,127,48); }

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

border-color css

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

 span { border-color: rgb(43,127,48); }

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