Html Css Color HEX #2F7B40 Japanese Laurel

📋 copy color: '#2F7B40'

red 47 ◦ green 123 ◦ blue 64

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

Shades of Japanese Laurel #2F7B40

Tints of Japanese Laurel #2F7B40

RGB

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

 GREEN value IS 123 (48.44% from 255) = 52.56%

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 20.09%
G = 52.56%
B = 27.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#2F7B40 (or 0x2F7B40) is known color: Japanese Laurel. HEX triplet: 2F, 7B and 40. RGB value is (47,123,64). Sum of RGB (Red+Green+Blue) = 47+123+64=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #2F7B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7B40 is #D084BF. Grayscale: #5D5D5D. Windows color (decimal): -13665472 or 4225839. OLE color: 4225839.

HSL color Cylindrical-coordinate representation of color #2F7B40: hue angle of 133.42º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F7B40 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 47 123 64 -
CMYK 0.62 0 0.48 0.52
HSL 133.42º 0.45% 0.33% -
HSV(B) 133.42º 0.62% 0.48% -
XYZ 9.18 15.14 7.29 -
YUV 93.55 111.32 94.8 -
System Red Green Blue C M Y K H S L
Decimal 47 123 64 0.62 0 0.48 0.52 133.42 0.45 0.33
Hex 2F 7B 40 3E 0 30 34 85 2D 21
Octal 57 173 100 76 0 60 64 205 55 41
Binary 101111 1111011 1000000 111110 0 110000 110100 10000101 101101 100001

Color Harmonies of #2F7B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7B40

Black with #2F7B40

Text Example


Text Example

White with #2F7B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,123,64); }

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

background-color css

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

 a { background-color: rgb(47,123,64); }

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

border-color css

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

 span { border-color: rgb(47,123,64); }

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