#308B33

Color #308B33 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #308B33

Tints of Japanese Laurel #308B33

Color information

#308B33 (or 0x308B33) is unknown color: approx Japanese Laurel. HEX triplet: 30, 8B and 33. RGB value is (48,139,51). Sum of RGB (Red+Green+Blue) = 48+139+51=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #308B33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308B33 is #CF74CC. Grayscale: #666666. Windows color (decimal): -13595853 or 3377968. OLE color: 3377968.

HSL color Cylindrical-coordinate representation of color #308B33: hue angle of 121.98º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B33 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB4813951-
CMYK0.6500.630.45
HSL121.98º48.66%36.67%-
HSV(B)121.98º65.47%54.51%-
XYZ11.0519.336.28-
YUV101.7699.3589.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 139 (54.69% from 255) = 58.40%
BLUE value IS 51 (20.31% from 255) = 21.43%
R=20.17%
G=58.40%
B=21.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48139510.6500.630.45121.9848.6636.67
Hex308B334103F2D7a3125
Octal6021363101077551726145
Binary11000010001011110011100000101111111011011111010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308B33; }

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

 H1.HeaderClassName
 {
   color: #308B33;
 }
 .AnyTagClassName
 {
   color: #308B33;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #308B33;
 }
 .BgClassName
 {
   background-color: #308B33;
 }
</style>
border-color css

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

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

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