Html Css Color HEX #248334 Japanese Laurel

📋 copy color: '#248334'

red 36 ◦ green 131 ◦ blue 52

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

Shades of Japanese Laurel #248334

Tints of Japanese Laurel #248334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.82%

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

R = 16.44%
G = 59.82%
B = 23.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#248334 (or 0x248334) is known color: Japanese Laurel. HEX triplet: 24, 83 and 34. RGB value is (36,131,52). Sum of RGB (Red+Green+Blue) = 36+131+52=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #248334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248334 is #DB7CCB. Grayscale: #5D5D5D. Windows color (decimal): -14384332 or 3441444. OLE color: 3441444.

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

Color convert

RGB 36 131 52 -
CMYK 0.73 0 0.60 0.49
HSL 130.11º 0.57% 0.33% -
HSV(B) 130.11º 0.73% 0.51% -
XYZ 9.46 16.86 6 -
YUV 93.59 104.53 86.92 -
System Red Green Blue C M Y K H S L
Decimal 36 131 52 0.73 0 0.60 0.49 130.11 0.57 0.33
Hex 24 83 34 49 0 3C 31 82 39 21
Octal 44 203 64 111 0 74 61 202 71 41
Binary 100100 10000011 110100 1001001 0 111100 110001 10000010 111001 100001

Color Harmonies of #248334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248334

Black with #248334

Text Example


Text Example

White with #248334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248334; }

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

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

background-color css

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

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

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

border-color css

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

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

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