Html Css Color HEX #2F762B Japanese Laurel

📋 copy color: '#2F762B'

red 47 ◦ green 118 ◦ blue 43

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

Shades of Japanese Laurel #2F762B

Tints of Japanese Laurel #2F762B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 56.73%

 BLUE value IS 43 (17.19% from 255) = 20.67%

R = 22.6%
G = 56.73%
B = 20.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#2F762B (or 0x2F762B) is known color: Japanese Laurel. HEX triplet: 2F, 76 and 2B. RGB value is (47,118,43). Sum of RGB (Red+Green+Blue) = 47+118+43=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #2F762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F762B is #D089D4. Grayscale: #585858. Windows color (decimal): -13666773 or 2848303. OLE color: 2848303.

HSL color Cylindrical-coordinate representation of color #2F762B: hue angle of 116.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F762B is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 118 43 -
CMYK 0.60 0 0.64 0.54
HSL 116.8º 0.47% 0.32% -
HSV(B) 116.8º 0.64% 0.46% -
XYZ 8.09 13.74 4.51 -
YUV 88.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 47 118 43 0.60 0 0.64 0.54 116.8 0.47 0.32
Hex 2F 76 2B 3C 0 40 36 75 2F 20
Octal 57 166 53 74 0 100 66 165 57 40
Binary 101111 1110110 101011 111100 0 1000000 110110 1110101 101111 100000

Color Harmonies of #2F762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F762B

Black with #2F762B

Text Example


Text Example

White with #2F762B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,118,43); }

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

background-color css

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

 a { background-color: rgb(47,118,43); }

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

border-color css

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

 span { border-color: rgb(47,118,43); }

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