Html Css Color HEX #238339 Japanese Laurel

📋 copy color: '#238339'

red 35 ◦ green 131 ◦ blue 57

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

Shades of Japanese Laurel #238339

Tints of Japanese Laurel #238339

RGB

 RED value IS 35 (14.06% from 255) = 15.7%

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

 BLUE value IS 57 (22.66% from 255) = 25.56%

R = 15.7%
G = 58.74%
B = 25.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#238339 (or 0x238339) is known color: Japanese Laurel. HEX triplet: 23, 83 and 39. RGB value is (35,131,57). Sum of RGB (Red+Green+Blue) = 35+131+57=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 131 (51.56% from 255 or 58.74% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 131 - color contains mainly: green. Hex color #238339 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238339 is #DC7CC6. Grayscale: #5E5E5E. Windows color (decimal): -14449863 or 3769123. OLE color: 3769123.

HSL color Cylindrical-coordinate representation of color #238339: hue angle of 133.75º degrees, saturation: 0.58, 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 #238339 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 131 57 -
CMYK 0.73 0 0.56 0.49
HSL 133.75º 0.58% 0.33% -
HSV(B) 133.75º 0.73% 0.51% -
XYZ 9.55 16.89 6.63 -
YUV 93.86 107.2 86.02 -
System Red Green Blue C M Y K H S L
Decimal 35 131 57 0.73 0 0.56 0.49 133.75 0.58 0.33
Hex 23 83 39 49 0 38 31 86 3A 21
Octal 43 203 71 111 0 70 61 206 72 41
Binary 100011 10000011 111001 1001001 0 111000 110001 10000110 111010 100001

Color Harmonies of #238339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238339

Black with #238339

Text Example


Text Example

White with #238339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238339; }

 p { color: rgb(35,131,57); }

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

background-color css

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

 a { background-color: rgb(35,131,57); }

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

border-color css

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

 span { border-color: rgb(35,131,57); }

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