Html Css Color HEX #308234 Japanese Laurel

📋 copy color: '#308234'

red 48 ◦ green 130 ◦ blue 52

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

Shades of Japanese Laurel #308234

Tints of Japanese Laurel #308234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.61%

R = 20.87%
G = 56.52%
B = 22.61%

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

#308234 (or 0x308234) is known color: Japanese Laurel. HEX triplet: 30, 82 and 34. RGB value is (48,130,52). Sum of RGB (Red+Green+Blue) = 48+130+52=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #308234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308234 is #CF7DCB. Grayscale: #606060. Windows color (decimal): -13598156 or 3441200. OLE color: 3441200.

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

Color convert

RGB 48 130 52 -
CMYK 0.63 0 0.60 0.49
HSL 122.93º 0.46% 0.35% -
HSV(B) 122.93º 0.63% 0.51% -
XYZ 9.82 16.84 5.98 -
YUV 96.59 102.83 93.34 -
System Red Green Blue C M Y K H S L
Decimal 48 130 52 0.63 0 0.60 0.49 122.93 0.46 0.35
Hex 30 82 34 3F 0 3C 31 7B 2E 23
Octal 60 202 64 77 0 74 61 173 56 43
Binary 110000 10000010 110100 111111 0 111100 110001 1111011 101110 100011

Color Harmonies of #308234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308234

Black with #308234

Text Example


Text Example

White with #308234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308234; }

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

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

background-color css

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

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

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

border-color css

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

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

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