Html Css Color HEX #30733B Japanese Laurel

📋 copy color: '#30733B'

red 48 ◦ green 115 ◦ blue 59

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

Shades of Japanese Laurel #30733B

Tints of Japanese Laurel #30733B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.8%

 BLUE value IS 59 (23.44% from 255) = 26.58%

R = 21.62%
G = 51.8%
B = 26.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#30733B (or 0x30733B) is known color: Japanese Laurel. HEX triplet: 30, 73 and 3B. RGB value is (48,115,59). Sum of RGB (Red+Green+Blue) = 48+115+59=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #30733B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30733B is #CF8CC4. Grayscale: #585858. Windows color (decimal): -13601989 or 3896112. OLE color: 3896112.

HSL color Cylindrical-coordinate representation of color #30733B: hue angle of 129.85º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30733B is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 59 -
CMYK 0.58 0 0.49 0.55
HSL 129.85º 0.41% 0.32% -
HSV(B) 129.85º 0.58% 0.45% -
XYZ 8.14 13.21 6.26 -
YUV 88.58 111.3 99.05 -
System Red Green Blue C M Y K H S L
Decimal 48 115 59 0.58 0 0.49 0.55 129.85 0.41 0.32
Hex 30 73 3B 3A 0 31 37 82 29 20
Octal 60 163 73 72 0 61 67 202 51 40
Binary 110000 1110011 111011 111010 0 110001 110111 10000010 101001 100000

Color Harmonies of #30733B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30733B

Black with #30733B

Text Example


Text Example

White with #30733B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,115,59); }

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

background-color css

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

 a { background-color: rgb(48,115,59); }

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

border-color css

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

 span { border-color: rgb(48,115,59); }

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