Html Css Color HEX #2F8838 Japanese Laurel

📋 copy color: '#2F8838'

red 47 ◦ green 136 ◦ blue 56

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

Shades of Japanese Laurel #2F8838

Tints of Japanese Laurel #2F8838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.43%

R = 19.67%
G = 56.9%
B = 23.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#2F8838 (or 0x2F8838) is known color: Japanese Laurel. HEX triplet: 2F, 88 and 38. RGB value is (47,136,56). Sum of RGB (Red+Green+Blue) = 47+136+56=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8838 is #D077C7. Grayscale: #646464. Windows color (decimal): -13662152 or 3704879. OLE color: 3704879.

HSL color Cylindrical-coordinate representation of color #2F8838: hue angle of 126.07º 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 #2F8838 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 136 56 -
CMYK 0.65 0 0.59 0.47
HSL 126.07º 0.49% 0.36% -
HSV(B) 126.07º 0.65% 0.53% -
XYZ 10.69 18.5 6.75 -
YUV 100.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 47 136 56 0.65 0 0.59 0.47 126.07 0.49 0.36
Hex 2F 88 38 41 0 3B 2F 7E 31 24
Octal 57 210 70 101 0 73 57 176 61 44
Binary 101111 10001000 111000 1000001 0 111011 101111 1111110 110001 100100

Color Harmonies of #2F8838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8838

Black with #2F8838

Text Example


Text Example

White with #2F8838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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