Html Css Color HEX #308233 Japanese Laurel

📋 copy color: '#308233'

red 48 ◦ green 130 ◦ blue 51

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

Shades of Japanese Laurel #308233

Tints of Japanese Laurel #308233

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.77%

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

R = 20.96%
G = 56.77%
B = 22.27%

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

#308233 (or 0x308233) is known color: Japanese Laurel. HEX triplet: 30, 82 and 33. RGB value is (48,130,51). Sum of RGB (Red+Green+Blue) = 48+130+51=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #308233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308233 is #CF7DCC. Grayscale: #606060. Windows color (decimal): -13598157 or 3375664. OLE color: 3375664.

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

Color convert

RGB 48 130 51 -
CMYK 0.63 0 0.61 0.49
HSL 122.2º 0.46% 0.35% -
HSV(B) 122.2º 0.63% 0.51% -
XYZ 9.8 16.83 5.86 -
YUV 96.48 102.33 93.42 -
System Red Green Blue C M Y K H S L
Decimal 48 130 51 0.63 0 0.61 0.49 122.2 0.46 0.35
Hex 30 82 33 3F 0 3D 31 7A 2E 23
Octal 60 202 63 77 0 75 61 172 56 43
Binary 110000 10000010 110011 111111 0 111101 110001 1111010 101110 100011

Color Harmonies of #308233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308233

Black with #308233

Text Example


Text Example

White with #308233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308233; }

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

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

background-color css

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

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

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

border-color css

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

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

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