Html Css Color HEX #30762B Japanese Laurel

📋 copy color: '#30762B'

red 48 ◦ green 118 ◦ blue 43

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

Shades of Japanese Laurel #30762B

Tints of Japanese Laurel #30762B

RGB

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

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

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

R = 22.97%
G = 56.46%
B = 20.57%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#30762B (or 0x30762B) is known color: Japanese Laurel. HEX triplet: 30, 76 and 2B. RGB value is (48,118,43). Sum of RGB (Red+Green+Blue) = 48+118+43=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #30762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30762B is #CF89D4. Grayscale: #585858. Windows color (decimal): -13601237 or 2848304. OLE color: 2848304.

HSL color Cylindrical-coordinate representation of color #30762B: hue angle of 116º 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 #30762B is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 43 -
CMYK 0.59 0 0.64 0.54
HSL 116º 0.47% 0.32% -
HSV(B) 116º 0.64% 0.46% -
XYZ 8.13 13.76 4.51 -
YUV 88.52 102.31 99.1 -
System Red Green Blue C M Y K H S L
Decimal 48 118 43 0.59 0 0.64 0.54 116 0.47 0.32
Hex 30 76 2B 3B 0 40 36 74 2F 20
Octal 60 166 53 73 0 100 66 164 57 40
Binary 110000 1110110 101011 111011 0 1000000 110110 1110100 101111 100000

Color Harmonies of #30762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30762B

Black with #30762B

Text Example


Text Example

White with #30762B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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