Html Css Color HEX #30772B Japanese Laurel

📋 copy color: '#30772B'

red 48 ◦ green 119 ◦ blue 43

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

Shades of Japanese Laurel #30772B

Tints of Japanese Laurel #30772B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 56.67%

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

R = 22.86%
G = 56.67%
B = 20.48%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#30772B (or 0x30772B) is known color: Japanese Laurel. HEX triplet: 30, 77 and 2B. RGB value is (48,119,43). Sum of RGB (Red+Green+Blue) = 48+119+43=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #30772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30772B is #CF88D4. Grayscale: #595959. Windows color (decimal): -13600981 or 2848560. OLE color: 2848560.

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

Color convert

RGB 48 119 43 -
CMYK 0.60 0 0.64 0.53
HSL 116.05º 0.47% 0.32% -
HSV(B) 116.05º 0.64% 0.47% -
XYZ 8.25 14 4.55 -
YUV 89.11 101.98 98.68 -
System Red Green Blue C M Y K H S L
Decimal 48 119 43 0.60 0 0.64 0.53 116.05 0.47 0.32
Hex 30 77 2B 3C 0 40 35 74 2F 20
Octal 60 167 53 74 0 100 65 164 57 40
Binary 110000 1110111 101011 111100 0 1000000 110101 1110100 101111 100000

Color Harmonies of #30772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30772B

Black with #30772B

Text Example


Text Example

White with #30772B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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