Html Css Color HEX #307333 Japanese Laurel

📋 copy color: '#307333'

red 48 ◦ green 115 ◦ blue 51

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

Shades of Japanese Laurel #307333

Tints of Japanese Laurel #307333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.83%

R = 22.43%
G = 53.74%
B = 23.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#307333 (or 0x307333) is known color: Japanese Laurel. HEX triplet: 30, 73 and 33. RGB value is (48,115,51). Sum of RGB (Red+Green+Blue) = 48+115+51=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #307333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307333 is #CF8CCC. Grayscale: #575757. Windows color (decimal): -13601997 or 3371824. OLE color: 3371824.

HSL color Cylindrical-coordinate representation of color #307333: hue angle of 122.69º 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 #307333 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 51 -
CMYK 0.58 0 0.56 0.55
HSL 122.69º 0.41% 0.32% -
HSV(B) 122.69º 0.58% 0.45% -
XYZ 7.95 13.13 5.25 -
YUV 87.67 107.3 99.7 -
System Red Green Blue C M Y K H S L
Decimal 48 115 51 0.58 0 0.56 0.55 122.69 0.41 0.32
Hex 30 73 33 3A 0 38 37 7B 29 20
Octal 60 163 63 72 0 70 67 173 51 40
Binary 110000 1110011 110011 111010 0 111000 110111 1111011 101001 100000

Color Harmonies of #307333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307333

Black with #307333

Text Example


Text Example

White with #307333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307333; }

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

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

background-color css

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

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

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

border-color css

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

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

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