Html Css Color HEX #2F8833 Japanese Laurel

📋 copy color: '#2F8833'

red 47 ◦ green 136 ◦ blue 51

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

Shades of Japanese Laurel #2F8833

Tints of Japanese Laurel #2F8833

RGB

 RED value IS 47 (18.75% from 255) = 20.09%

 GREEN value IS 136 (53.52% from 255) = 58.12%

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

R = 20.09%
G = 58.12%
B = 21.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#2F8833 (or 0x2F8833) is known color: Japanese Laurel. HEX triplet: 2F, 88 and 33. RGB value is (47,136,51). Sum of RGB (Red+Green+Blue) = 47+136+51=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8833 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8833 is #D077CC. Grayscale: #636363. Windows color (decimal): -13662157 or 3377199. OLE color: 3377199.

HSL color Cylindrical-coordinate representation of color #2F8833: hue angle of 122.7º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F8833 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 136 51 -
CMYK 0.65 0 0.62 0.47
HSL 122.7º 0.49% 0.36% -
HSV(B) 122.7º 0.65% 0.53% -
XYZ 10.57 18.45 6.14 -
YUV 99.7 100.51 90.41 -
System Red Green Blue C M Y K H S L
Decimal 47 136 51 0.65 0 0.62 0.47 122.7 0.49 0.36
Hex 2F 88 33 41 0 3E 2F 7B 31 24
Octal 57 210 63 101 0 76 57 173 61 44
Binary 101111 10001000 110011 1000001 0 111110 101111 1111011 110001 100100

Color Harmonies of #2F8833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8833

Black with #2F8833

Text Example


Text Example

White with #2F8833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,136,51); }

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

background-color css

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

 a { background-color: rgb(47,136,51); }

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

border-color css

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

 span { border-color: rgb(47,136,51); }

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