Html Css Color HEX #248234 Japanese Laurel

📋 copy color: '#248234'

red 36 ◦ green 130 ◦ blue 52

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

Shades of Japanese Laurel #248234

Tints of Japanese Laurel #248234

RGB

 RED value IS 36 (14.45% from 255) = 16.51%

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

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

R = 16.51%
G = 59.63%
B = 23.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#248234 (or 0x248234) is known color: Japanese Laurel. HEX triplet: 24, 82 and 34. RGB value is (36,130,52). Sum of RGB (Red+Green+Blue) = 36+130+52=218 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.51% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #248234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248234 is #DB7DCB. Grayscale: #5D5D5D. Windows color (decimal): -14384588 or 3441188. OLE color: 3441188.

HSL color Cylindrical-coordinate representation of color #248234: hue angle of 130.21º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248234 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 130 52 -
CMYK 0.72 0 0.60 0.49
HSL 130.21º 0.57% 0.33% -
HSV(B) 130.21º 0.72% 0.51% -
XYZ 9.33 16.59 5.96 -
YUV 93 104.86 87.34 -
System Red Green Blue C M Y K H S L
Decimal 36 130 52 0.72 0 0.60 0.49 130.21 0.57 0.33
Hex 24 82 34 48 0 3C 31 82 39 21
Octal 44 202 64 110 0 74 61 202 71 41
Binary 100100 10000010 110100 1001000 0 111100 110001 10000010 111001 100001

Color Harmonies of #248234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248234

Black with #248234

Text Example


Text Example

White with #248234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248234; }

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

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

background-color css

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

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

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

border-color css

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

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

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