Html Css Color HEX #307433 Japanese Laurel

📋 copy color: '#307433'

red 48 ◦ green 116 ◦ blue 51

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

Shades of Japanese Laurel #307433

Tints of Japanese Laurel #307433

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.95%

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

R = 22.33%
G = 53.95%
B = 23.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#307433 (or 0x307433) is known color: Japanese Laurel. HEX triplet: 30, 74 and 33. RGB value is (48,116,51). Sum of RGB (Red+Green+Blue) = 48+116+51=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #307433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307433 is #CF8BCC. Grayscale: #585858. Windows color (decimal): -13601741 or 3372080. OLE color: 3372080.

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

Color convert

RGB 48 116 51 -
CMYK 0.59 0 0.56 0.55
HSL 122.65º 0.41% 0.32% -
HSV(B) 122.65º 0.59% 0.45% -
XYZ 8.06 13.36 5.29 -
YUV 88.26 106.97 99.29 -
System Red Green Blue C M Y K H S L
Decimal 48 116 51 0.59 0 0.56 0.55 122.65 0.41 0.32
Hex 30 74 33 3B 0 38 37 7B 29 20
Octal 60 164 63 73 0 70 67 173 51 40
Binary 110000 1110100 110011 111011 0 111000 110111 1111011 101001 100000

Color Harmonies of #307433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307433

Black with #307433

Text Example


Text Example

White with #307433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307433; }

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

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

background-color css

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

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

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

border-color css

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

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

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