Html Css Color HEX #268339 Japanese Laurel

📋 copy color: '#268339'

red 38 ◦ green 131 ◦ blue 57

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

Shades of Japanese Laurel #268339

Tints of Japanese Laurel #268339

RGB

 RED value IS 38 (15.23% from 255) = 16.81%

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

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

R = 16.81%
G = 57.96%
B = 25.22%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#268339 (or 0x268339) is known color: Japanese Laurel. HEX triplet: 26, 83 and 39. RGB value is (38,131,57). Sum of RGB (Red+Green+Blue) = 38+131+57=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 131 (51.56% from 255 or 57.96% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 131 - color contains mainly: green. Hex color #268339 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #268339 is #D97CC6. Grayscale: #5E5E5E. Windows color (decimal): -14253255 or 3769126. OLE color: 3769126.

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

Color convert

RGB 38 131 57 -
CMYK 0.71 0 0.56 0.49
HSL 132.26º 0.55% 0.33% -
HSV(B) 132.26º 0.71% 0.51% -
XYZ 9.65 16.94 6.63 -
YUV 94.76 106.69 87.52 -
System Red Green Blue C M Y K H S L
Decimal 38 131 57 0.71 0 0.56 0.49 132.26 0.55 0.33
Hex 26 83 39 47 0 38 31 84 37 21
Octal 46 203 71 107 0 70 61 204 67 41
Binary 100110 10000011 111001 1000111 0 111000 110001 10000100 110111 100001

Color Harmonies of #268339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268339

Black with #268339

Text Example


Text Example

White with #268339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268339; }

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

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

background-color css

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

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

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

border-color css

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

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

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