Html Css Color HEX #308133 Japanese Laurel

📋 copy color: '#308133'

red 48 ◦ green 129 ◦ blue 51

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

Shades of Japanese Laurel #308133

Tints of Japanese Laurel #308133

RGB

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

 GREEN value IS 129 (50.78% from 255) = 56.58%

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

R = 21.05%
G = 56.58%
B = 22.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#308133 (or 0x308133) is known color: Japanese Laurel. HEX triplet: 30, 81 and 33. RGB value is (48,129,51). Sum of RGB (Red+Green+Blue) = 48+129+51=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 129 (50.78% from 255 or 56.58% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 129 - color contains mainly: green. Hex color #308133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308133 is #CF7ECC. Grayscale: #606060. Windows color (decimal): -13598413 or 3375408. OLE color: 3375408.

HSL color Cylindrical-coordinate representation of color #308133: hue angle of 122.22º 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 #308133 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 51 -
CMYK 0.63 0 0.60 0.49
HSL 122.22º 0.46% 0.35% -
HSV(B) 122.22º 0.63% 0.51% -
XYZ 9.67 16.57 5.82 -
YUV 95.89 102.66 93.84 -
System Red Green Blue C M Y K H S L
Decimal 48 129 51 0.63 0 0.60 0.49 122.22 0.46 0.35
Hex 30 81 33 3F 0 3C 31 7A 2E 23
Octal 60 201 63 77 0 74 61 172 56 43
Binary 110000 10000001 110011 111111 0 111100 110001 1111010 101110 100011

Color Harmonies of #308133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308133

Black with #308133

Text Example


Text Example

White with #308133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308133; }

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

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

background-color css

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

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

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

border-color css

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

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

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