Html Css Color HEX #30762F Japanese Laurel

📋 copy color: '#30762F'

red 48 ◦ green 118 ◦ blue 47

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

Shades of Japanese Laurel #30762F

Tints of Japanese Laurel #30762F

RGB

 RED value IS 48 (19.14% from 255) = 22.54%

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

 BLUE value IS 47 (18.75% from 255) = 22.07%

R = 22.54%
G = 55.4%
B = 22.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#30762F (or 0x30762F) is known color: Japanese Laurel. HEX triplet: 30, 76 and 2F. RGB value is (48,118,47). Sum of RGB (Red+Green+Blue) = 48+118+47=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #30762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30762F is #CF89D0. Grayscale: #595959. Windows color (decimal): -13601233 or 3110448. OLE color: 3110448.

HSL color Cylindrical-coordinate representation of color #30762F: hue angle of 119.15º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30762F is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 47 -
CMYK 0.59 0 0.60 0.54
HSL 119.15º 0.43% 0.32% -
HSV(B) 119.15º 0.6% 0.46% -
XYZ 8.21 13.79 4.92 -
YUV 88.98 104.31 98.77 -
System Red Green Blue C M Y K H S L
Decimal 48 118 47 0.59 0 0.60 0.54 119.15 0.43 0.32
Hex 30 76 2F 3B 0 3C 36 77 2B 20
Octal 60 166 57 73 0 74 66 167 53 40
Binary 110000 1110110 101111 111011 0 111100 110110 1110111 101011 100000

Color Harmonies of #30762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30762F

Black with #30762F

Text Example


Text Example

White with #30762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30762F; }

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

 H1.HeaderClassName
 {
   color: #30762F;
 }
 .AnyTagClassName
 {
   color: #30762F;
 }
</style>

background-color css

<style>
 a { background-color: #30762F; }

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

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

border-color css

<style>
 span { border-color: #30762F; }

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

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