Html Css Color HEX #2F8028 Japanese Laurel

📋 copy color: '#2F8028'

red 47 ◦ green 128 ◦ blue 40

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

Shades of Japanese Laurel #2F8028

Tints of Japanese Laurel #2F8028

RGB

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

 GREEN value IS 128 (50.39% from 255) = 59.53%

 BLUE value IS 40 (16.02% from 255) = 18.6%

R = 21.86%
G = 59.53%
B = 18.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#2F8028 (or 0x2F8028) is known color: Japanese Laurel. HEX triplet: 2F, 80 and 28. RGB value is (47,128,40). Sum of RGB (Red+Green+Blue) = 47+128+40=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #2F8028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8028 is #D07FD7. Grayscale: #5E5E5E. Windows color (decimal): -13664216 or 2654255. OLE color: 2654255.

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

Color convert

RGB 47 128 40 -
CMYK 0.63 0 0.69 0.50
HSL 115.23º 0.52% 0.33% -
HSV(B) 115.23º 0.69% 0.5% -
XYZ 9.27 16.2 4.64 -
YUV 93.75 97.66 94.66 -
System Red Green Blue C M Y K H S L
Decimal 47 128 40 0.63 0 0.69 0.50 115.23 0.52 0.33
Hex 2F 80 28 3F 0 45 32 73 34 21
Octal 57 200 50 77 0 105 62 163 64 41
Binary 101111 10000000 101000 111111 0 1000101 110010 1110011 110100 100001

Color Harmonies of #2F8028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8028

Black with #2F8028

Text Example


Text Example

White with #2F8028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,128,40); }

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

background-color css

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

 a { background-color: rgb(47,128,40); }

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

border-color css

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

 span { border-color: rgb(47,128,40); }

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