Html Css Color HEX #308333 Japanese Laurel

📋 copy color: '#308333'

red 48 ◦ green 131 ◦ blue 51

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

Shades of Japanese Laurel #308333

Tints of Japanese Laurel #308333

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.96%

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

R = 20.87%
G = 56.96%
B = 22.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#308333 (or 0x308333) is known color: Japanese Laurel. HEX triplet: 30, 83 and 33. RGB value is (48,131,51). Sum of RGB (Red+Green+Blue) = 48+131+51=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #308333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308333 is #CF7CCC. Grayscale: #616161. Windows color (decimal): -13597901 or 3375920. OLE color: 3375920.

HSL color Cylindrical-coordinate representation of color #308333: hue angle of 122.17º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308333 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 51 -
CMYK 0.63 0 0.61 0.49
HSL 122.17º 0.46% 0.35% -
HSV(B) 122.17º 0.63% 0.51% -
XYZ 9.93 17.1 5.91 -
YUV 97.06 102 93 -
System Red Green Blue C M Y K H S L
Decimal 48 131 51 0.63 0 0.61 0.49 122.17 0.46 0.35
Hex 30 83 33 3F 0 3D 31 7A 2E 23
Octal 60 203 63 77 0 75 61 172 56 43
Binary 110000 10000011 110011 111111 0 111101 110001 1111010 101110 100011

Color Harmonies of #308333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308333

Black with #308333

Text Example


Text Example

White with #308333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308333; }

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

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

background-color css

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

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

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

border-color css

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

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

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